home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / Codeworks 0.94b3 / Codeworks® WWW Demo Doc. / Scripting Manual.doc / Scripting Manual.doc.rsrc / TEXT_133.txt < prev    next >
Encoding:
Text File  |  1995-05-01  |  370 b   |  5 lines

  1. Control Structures
  2.  
  3.     Up to now we‚Äôve only executed each expression in a sequence of expressions exactly once.  Control structures are compound expressions that allow one or more expressions to be execute one time, many times, or not at all.
  4.  
  5.     This chapter discusses three common control structures: if, return, and for.  In a later chapter, two more will be discussed.